home *** CD-ROM | disk | FTP | other *** search
/ Pluspack 1 / Caligari Corporation Pluspack1 1998.iso / TSX_SDK / tsxINC / TSXIMP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-28  |  532 b   |  17 lines

  1. //******************************************************************************
  2. //    File: tsximp.h
  3. //  Module: trueSpace eXtensions
  4. //   Descr: Import Definitions.
  5. //          Include this file before any other TSX header.
  6. //******************************************************************************
  7.  
  8. #ifndef TSXIMP_H
  9. #define TSXIMP_H
  10.  
  11. #define TSXAPI __declspec(dllimport)
  12.  
  13. #define TSXAPIFN extern "C" TSXAPI
  14.  
  15. //******************************************************************************
  16. #endif //TSXIMP_H
  17.